home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / Jooky / set.c < prev    next >
Encoding:
Text File  |  1999-11-01  |  76 b   |  8 lines

  1. int set(int input)
  2. {
  3.     if (input > 0)
  4.         return 1;
  5.     else
  6.         return 0;
  7. }
  8.